@charset "utf-8";

/*banner*/
.banner {
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.banner .swiper-container {
    position: relative;
    width: 100%;
    text-align: center;
    background: #222;
}

.banner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 10px;
    height: 10px;
    padding: 6px 15px;
    font-size: 0;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    width: auto;
    left: 50%;
    right: auto;
    margin: auto;
    display: inline-block;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.banner .swiper-container-horizontal .swiper-pagination-bullet {
    width: 2px;
    height: 2px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    background: none;
    margin: 2px 9px;
    opacity: 1;
}

.banner .swiper-container-horizontal .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    opacity: 1;
    background: none;
}

.banner .swiper-button-prev {
    left: 50%;
    margin-left: -627px
}

.banner .swiper-button-next {
    right: 50%;
    margin-right: -627px
}

.banner .swiper-slide img {
    width: 100%
}

.nbanner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.nbanner img {
    position: relative;
    width: 100%;
}


/*main*/
.section {
    padding: 70px 0 100px;
}

.section .ititle {
    height: 30px;
}

.section .ititle h2 {
    line-height: 30px;
    height: 30px;
    color: #333333;
    font-weight: 400;
    font-size: 28px;
    float: left
}

.section .ititle .rm {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #666666
}

.section .ptitle {
    height: 30px;
}

.section .ptitle h2 {
    line-height: 30px;
    height: 30px;
    color: #333333;
    font-weight: 400;
    font-size: 28px;
    float: left;
    padding-left: 26px;
    background: url(../imgs/index_05.png) no-repeat left center
}

.section .ptitle.cw h2 {
    color: #ffffff;
    background-image: url(../imgs/index_06.png)
}



/*news_item*/
.news_item .slideTxtBox {
    padding-top: 55px;
    width: 1200px;
    position: relative
}

.news_item .slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -30px
}

.news_item .slideTxtBox .hd ul {
    float: right;
    height: 30px;
}

.news_item .slideTxtBox .hd ul li {
    float: left;
    margin-right: 20px;
    height: 32px
}

.news_item .slideTxtBox .hd ul li a {
    display: block;
    margin-right: 20px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.news_item .slideTxtBox .hd ul li.on a {
    background-color: #245aa7;
    color: #ffffff
}

.news_item .slideTxtBox .bd {
    width: 1200px;
    height: 410px;
    overflow: hidden
}

.news_item .slideTxtBox .bd ul {
    zoom: 1;
    width: 1200px;
    height: 410px;
    overflow: hidden
}

.news_item .slideTxtBox .bd li {
    position: relative;
    float: left;
    width: 667px;
    height: auto;
    padding-bottom: 10px;
    margin-left: 50px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e7e7e7
}

.news_item .slideTxtBox .bd li .tit {
    /* width: 667px; */
    height: 30px;
    max-width: 520px;
    overflow: hidden
}

.news_item .slideTxtBox .bd li .tit a {
    line-height: 30px;
    color: #666666;
    font-size: 16px
}

.news_item .slideTxtBox .bd li .tit a:hover {
    color: #245aa7
}

.news_item .slideTxtBox .bd li .txt {
    max-width: 520px;
    margin-top: 5px;
    /* height: 24px; */
    line-height: 24px;
    color: #868686;
    font-size: 13px;
    /* overflow: hidden; */
}

.news_item .slideTxtBox .bd li .con {
    /* margin-top: 10px; */
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 0;
    bottom: 38px;
}

.news_item .slideTxtBox .bd li .con .tag {
    float: left;
}

.news_item .slideTxtBox .bd li .con .tag a {
    display: inline-block;
    margin-right: 10px;
    height: 31px;
    line-height: 31px;
    padding: 0 15px;
    border: 1px solid #e7e7e7
}

.news_item .slideTxtBox .bd li .con .tag a:hover {
    background-color: #245aa7;
    border-color: #245aa7;
    color: #ffffff;
}

.news_item .slideTxtBox .bd li .con .day {
    float: right;
    font-size: 12px;
    color: #969696;
}

.news_item .slideTxtBox .bd li.topnews {
    margin-left: 0;
    height: 410px;
    width: 480px;
}

.news_item .slideTxtBox .bd li.topnews .pic {
    height: 244px;
    width: 480px;
    overflow: hidden
}

.news_item .slideTxtBox .bd li.topnews .pic img {
    width: 480px;
    height: 360px;
    margin-top: -58px;
}

.news_item .slideTxtBox .bd li.topnews .tit {
    width: 480px;
    margin-top: 15px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px
}

.news_item .slideTxtBox .bd li.topnews .txt {
    height: 48px;
}


/*about_item*/
.about_item {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 70px;
    min-height: 210px;
    background: url(../imgs/b1.jpg) no-repeat center top;
    background-color: #f4f6f9
}

.about_item .box {
    width: 1200px;
    margin: auto;
    margin-top: 70px;
    padding: 0;
    background-color: #ffffff;
}

.about_item .box .info {
    float: left;
    margin-left: 60px;
    margin-top: 70px;
    width: 540px
}

.about_item .box .info .stitle {
    height: 30px;
}

.about_item .box .info .stitle h2 {
    line-height: 30px;
    height: 30px;
    color: #333333;
    font-weight: 400;
    font-size: 28px;
    float: left
}

.about_item .box .info .content {
    color: #868686;
    margin-top: 15px
}

.about_item .box .info a.rm {
    display: block;
    margin-top: 60px;
    padding: 0 20px;
    width: 100px;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    font-size: 14px;
    font-family: arial;
    background: url(../imgs/rm2.png) no-repeat 110px center;
    background-color: #245aa7;
}

.about_item .box .mediabox {
    float: right;
}

.about_item .box .mediabox video {
    width: 536px;
    height: 357px;
}

/*product-number*/
.product-number-info {
    position: relative;
    padding: 0
}

.product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-inner li {
    float: left;
    width: 240px;
    height: 80px;
    text-align: center;
    position: relative;
}

.product-number-inner li:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 1px solid #6287bc;
    content: '';
}

.product-number-inner li:last-child:after {
    border-right: 0
}

.product-number-inner li b {
    font-size: 50px;
    display: inline-block;
    position: relative;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    font-family: arial;
}

.product-number-inner li b sup {
    font-size: 25px;
    top: -1.7em;
}

.product-number-inner li b i {
    font-style: normal
}

.product-number-inner li p {
    font-size: 16px;
    color: #ffffff;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}



/*rd_item*/
.rd_item .box {
    margin-left: -20px;
    margin-top: 40px;
}

.rd_item .box .item {
    float: left;
    margin-left: 20px;
    width: 285px;
}

.rd_item .box .item .pic {
    width: 285px;
    height: 242px;
}

.rd_item .box .item .pic img {
    width: 285px;
    height: 242px;
}

.rd_item .box .item .tit {
    margin-top: 30px;
    width: 285px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    overflow: hidden
}

.rd_item .box .item .txt {
    margin-top: 10px;
    width: 285px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #868686;
    overflow: hidden
}

.rd_item .box .item a.rm {
    display: block;
    margin-top: 60px;
    /* padding: 0 20px;
    width: 100px;
    height: 44px; */
    width: 68px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;

    font-size: 14px;
    font-family: arial;
    background: url(../imgs/rm2.png) no-repeat 110px center;
    background-color: #245aa7;
}

/*main*/
h2.ititle {
    margin-bottom: 40px;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: normal
}

.develop_item .picScroll-left {
    margin-top: 60px;
    width: 1100px;
    padding: 0 50px;
    overflow: hidden;
    position: relative;
}

.develop_item .picScroll-left:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #cfcfcf;
    left: 0;
    top: 100px;
}

.develop_item .picScroll-left li {
    position: relative;
    width: 220px;
    height: 200px;
}

.develop_item .picScroll-left li .in {
    width: 220px;
    height: 100px;
    position: absolute;
}

.develop_item .picScroll-left li .in:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    margin-bottom: -6px;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cfcfcf
}

.develop_item .picScroll-left li .tit {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #245aa7;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.develop_item .picScroll-left li .txt {
    width: 300px;
    margin-left: -40px;
    line-height: 20px;
    text-align: center;
    color: #868686;
    font-size: 13px;
    overflow: hidden;
    margin-top: 10px;
}

.develop_item .picScroll-left .hd {
    position: absolute;
    height: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 78px;
}

.develop_item .picScroll-left .hd ul {
    display: none
}

.develop_item .picScroll-left .prev {
    float: left;
    width: 44px;
    height: 44px;
    background: url(../imgs/arrows.png) no-repeat 0 0;
    cursor: pointer
}

.develop_item .picScroll-left .next {
    float: right;
    width: 44px;
    height: 44px;
    background: url(../imgs/arrows.png) no-repeat -44px 0;
    cursor: pointer
}

.develop_item .picScroll-left li .in1 {
    top: 0;
    left: 0;
}

.develop_item .picScroll-left li .in2 {
    bottom: 0;
    left: 0;
}

.develop_item .picScroll-left li .in1:before {
    bottom: 0;
    margin-bottom: -6px;
}

.develop_item .picScroll-left li .in2:before {
    top: 0;
    margin-top: -6px;
}

.develop_item .picScroll-left li .in2 .tit {
    margin-top: 30px
}


.center_item .slideTxtBox {
    width: 1200px;
}

.center_item .slideTxtBox .hd {
    margin: auto;
    width: 1020px;
    height: 72px;
    line-height: 72px;
    border: 1px solid #dfdfdf;
}

.center_item .slideTxtBox .hd ul {
    text-align: center
}

.center_item .slideTxtBox .hd ul li {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    margin: 0 35px;
    height: 72px;
    font-size: 16px;
    color: #333333;
}

.center_item .slideTxtBox .hd ul li.on {
    height: 68px;
    border-bottom: 4px solid #245aa7;
}

.center_item .slideTxtBox .bd ul {
    margin-top: 30px;
    overflow: hidden
}

.center_item .slideTxtBox .bd ul h3 {
    margin-top: 40px;
    color: #333333;
    font-size: 20px;
    padding-left: 25px;
    position: relative;
}

.center_item .slideTxtBox .bd ul h3:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #245aa7
}

.center_item .slideTxtBox .bd ul .content {
    margin-top: 20px;
    color: #868686;
    line-height: 1.9
}

.center_item .slideTxtBox .bd ul .content img {
    max-width: 1200px !important;
    height: auto !important;
}

.center_item .slideTxtBox .bd ul .pic_ul {
    margin-left: -14px;
    margin-top: 14px;
}

.center_item .slideTxtBox .bd ul .pic_ul .lis {
    width: 289px;
    height: 294px;
    margin-top: 14px;
    margin-left: 14px;
    float: left;
}

.center_item .slideTxtBox .bd ul .pic_ul .lis .pic {
    width: 289px;
    height: 238px;
    overflow: hidden
}

.center_item .slideTxtBox .bd ul .pic_ul .lis .pic img {
    width: 289px;
    height: 238px;
    object-fit: cover;
}

.center_item .slideTxtBox .bd ul .pic_ul .lis .tit {
    width: 289px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #245aa7;
    overflow: hidden
}

.center_item .pro_main {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    background: none !important;
}

.center_item .pro_main .ctitle {
    margin-top: 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    padding-left: 35px !important;
}

.center_item .pro_main ul {
    margin-top: 0 !important
}

.honor_item .box {
    width: 1240px;
}

.honor_item .box .item {
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
    width: 270px;
    height: 260px;
}

.honor_item .box .item .pic {
    width: 270px;
    height: 220px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.honor_item .box .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.honor_item .box .item .tit {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}

.honor_item .box .item.tp2 {
    width: 180px;
    margin-right: 20px;
}

.coop_item .box {
    margin-left: -14px;
}

.coop_item .box .item {
    margin-left: 14px;
    margin-top: 14px;
    float: left;
    width: 186px;
    height: 90px;
    border: 1px solid #dfdfdf;
}

.coop_item .box .item .pic {
    width: 186px;
    height: 90px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.coop_item .box .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.idea_item .item {
    margin-bottom: 40px;
    background-color: #ffffff;
    padding: 70px 0;
    position: relative;
}

.idea_item .item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 190px;
    top: 50%;
    margin-top: -95px;
    left: 275px;
    border-left: 1px solid #dfdfdf;
}

.idea_item .item .icon {
    display: block;
    position: absolute;
    left: 90px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    background: url(../imgs/icon_02.png) no-repeat
}

.idea_item .item .icon_1 {
    background-position: 0 0
}

.idea_item .item .icon_2 {
    background-position: -120px 0
}

.idea_item .item .icon_3 {
    background-position: -240px 0
}

.idea_item .item .box {
    margin-left: 340px;
    width: 800px;
}

.idea_item .item .box .tit {
    font-size: 24px;
    color: #333333;
}

.idea_item .item .box .desc {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}

.idea_item .item .box .txt {
    font-size: 14px;
    color: #868686;
    line-height: 1.9;
    margin-top: 25px
}


.activity_item .box {
    margin-left: -19px;
}

.activity_item .box .item {
    margin-top: 19px;
    margin-left: 19px;
    width: 385px;
    height: 330px;
    float: left;
}

.activity_item .box .item .pic {
    width: 385px;
    height: 252px;
    border: 1px solid #dfdfdf;
}

.activity_item .box .item .pic img {
    width: 385px;
    height: 252px;
}

.activity_item .box .item .tit {
    width: 385px;
    min-height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #868686;
    margin-top: 28px;
    /* overflow: hidden */
}


.growup_item .pic {
    float: left;
    width: 582px
}

.growup_item .pic img {
    width: 582px
}

.growup_item .con {
    float: right;
    width: 570px
}

.growup_item .con .tit {
    font-size: 18px;
    color: #333333;
}

.growup_item .con .txt {
    font-size: 14px;
    color: #868686;
    line-height: 1.9;
    margin-top: 13px;
}

.growup_item .con .inpic {
    margin-top: 35px
}

.video_item .box {
    margin-left: -19px;
}

.video_item .box .item {
    margin-top: 19px;
    margin-left: 19px;
    width: 385px;
    height: 360px;
    float: left;
}

.video_item .box .item .pic {
    width: 385px;
    height: 252px;
    border: 1px solid #dfdfdf;
}

.video_item .box .item .pic img {
    width: 385px;
    height: 252px;
}

.video_item .box .item .tit {
    width: 385px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #333333;
    margin-top: 28px;
    overflow: hidden
}

.video_item .box .item .txt {
    width: 385px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #868686;
    margin-top: 5px;
    overflow: hidden
}

.contact_box {
    margin: auto;
    background-color: #ffffff;
    width: 1020px;
    padding: 80px 90px;
}

.contact_box .lis {
    border-bottom: 1px dashed #dfdfdf;
    padding: 23px 0;
}

.contact_box .lis .company {
    float: left;
    width: 330px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    color: #000000;
}

.contact_box .lis .company:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #245aa7;
    left: 0;
    top: 50%;
    margin-top: -6px
}

.contact_box .lis .telphone {
    float: left;
    width: 400px;
    font-size: 16px;
    color: #333333;
}

.contact_box .lis .telphone span {
    margin-left: 15px;
    font-size: 16px;
    color: #919191;
}

.contact_box .lis .email {
    float: left;
    width: 260px;
    font-size: 16px;
    color: #333333;
}

.contact_box .lis .email span {
    margin-left: 15px;
    font-size: 16px;
    color: #919191;
}


.feedback_item .lis_h {
    width: 590px;
}

.feedback_item .lis_f {
    width: 1200px;
}

.feedback_item label {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #020202
}

.feedback_item .lis_h input {
    width: 550px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 0;
}

.feedback_item .lis_f textarea {
    width: 1160px;
    padding: 15px 20px;
    height: 125px;
    line-height: 25px;
    background: #ffffff;
    resize: none;
    border: 0;
    vertical-align: top
}

.feedback_item .yzm {
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    height: 50px;
    background: #f4f4f4;
    border: 0
}

.feedback_item .yzm input {
    float: left;
    width: 160px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 0;
}

.feedback_item .yzm img {
    float: right;
    width: 100px;
    height: 50px;
    background: #ffffff;
    border: 0;
}

.feedback_item .btns {
    float: left;
    margin-top: 30px;
    width: 150px;
    height: 50px;
}

.feedback_item .btns button {
    width: 150px;
    height: 50px;
    color: #ffffff;
    background: #245aa7;
    cursor: pointer;
    border: none
}

.feedback_item .lis_h input,
.feedback_item .lis_f textarea,
.feedback_item .yzm input {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

.feedback_item .lis_h input:hover,
.feedback_item .lis_f textarea:hover,
.feedback_item .yzm input:hover {
    transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
}

.feedback_item .lis_h input:focus,
.feedback_item .lis_f textarea:focus,
.feedback_item .yzm input:focus {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
}


.job_item .box {
    padding: 20px 0;
    min-height: 100px;
    padding-right: 494px;
    background: url(../imgs/job.png) no-repeat right center
}

.job_item .box .item {
    float: left;
    width: 326px;
    height: 113px;
    margin-right: 27px;
    background-color: #ffffff;
    border-radius: 5px;
}

.job_item .box .item .tit {
    float: left;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
}

.job_item .box .item .num {
    float: right;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: #245aa7;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-family: arial;
    border-radius: 50%
}

.job_item .box .item a {
    display: block;
    width: 272px;
    height: 37px;
    line-height: 37px;
    padding: 38px 27px;
}



.news_u_item .ntitle {
    color: #333333;
    font-size: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px
}

.news_u_item .search_box {
    margin-top: 35px;
    margin-bottom: 50px;
    height: 50px;
    padding: 10px 0;
    background-color: #ffffff
}

.news_u_item .search_box input {
    float: left;
    width: 1000px;
    height: 30px;
    line-height: 30px;
    background: none;
    border: 0;
    font-size: 16px;
    margin-left: 35px;
    margin-top: 10px;
}

.news_u_item .search_box button {
    float: right;
    width: 50px;
    height: 50px;
    border: 0;
    background: url(../imgs/search2.png) no-repeat center center;
    margin-right: 35px
}

.news_u_item .item1 {
    width: 1200px;
    height: 310px;
    background: #ffffff
}

.news_u_item .item1 .pic {
    float: left;
    width: 450px;
    height: 310px;
}

.news_u_item .item1 .pic img {
    width: 450px;
    height: 310px;
}

.news_u_item .item1 .con {
    float: left;
    margin-left: 70px;
    margin-top: 60px;
    width: 595px;
}

.news_u_item .item1 .tit {
    width: 595px;
    height: 26px;
    line-height: 26px;
    overflow: hidden
}

.news_u_item .item1 .tit a {
    font-size: 20px;
    color: #333333;
    font-weight: bold
}

.news_u_item .item1 .tit a:hover {
    color: #245aa7;
}

.news_u_item .item1 .txt {
    width: 595px;
    height: 96px;
    line-height: 24px;
    font-size: 13px;
    color: #666666;
    margin-top: 15px;
    overflow: hidden
}

.news_u_item .item1 .day {
    width: 595px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #969696;
    margin-top: 25px;
    overflow: hidden;
    font-family: arial;
}

.news_u_item .item2 {
    width: 1200px;
    height: 160px;
    padding: 40px 0;
    border-bottom: 1px solid #e4e4e4
}

.news_u_item .item2 .pic {
    float: right;
    width: 235px;
    height: 160px;
}

.news_u_item .item2 .pic img {
    width: 235px;
    height: 160px;
}

.news_u_item .item2 .con {
    float: left;
    margin-top: 20px;
    width: 850px;
}

.news_u_item .item2 .tit {
    width: 850px;
    height: 26px;
    line-height: 26px;
    overflow: hidden
}

.news_u_item .item2 .tit a {
    font-size: 20px;
    color: #333333;
}

.news_u_item .item2 .tit a:hover {
    color: #245aa7;
}

.news_u_item .item2 .txt {
    width: 850px;
    height: 48px;
    line-height: 24px;
    font-size: 13px;
    color: #666666;
    margin-top: 15px;
    overflow: hidden
}

.news_u_item .item2 .day {
    width: 850px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #969696;
    margin-top: 25px;
    overflow: hidden;
    font-family: arial;
}

.news-main {
    overflow: hidden
}

.news-main-title {
    font-size: 25px;
    color: #333333;
    text-align: center
}

.news-main-info {
    margin-top: 25px;
    font-size: 16px;
    color: #969696;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px
}

.news-main-info .time {
    display: inline-block;
    padding-left: 22px;
    background: url(../imgs/clock.jpg) no-repeat left center;
    text-align: left
}

.news-content {
    padding: 40px 0;
    overflow: hidden;
    line-height: 2;
    font-size: 16px
}

.news-content img {
    max-width: 1200px !important;
    height: auto !important;
}

.news-content iframe,
.news-content video,
.news-content embed {
    max-width: 1200px !important;
}



.relate_item .ntitle {
    color: #333333;
    font-size: 20px;
    margin-bottom: 20px;
}

.relate_item .box {
    margin-left: -26px;
}

.relate_item .item {
    float: left;
    margin-left: 26px;
    width: 240px;
    height: 330px;
    background: #ffffff;
    padding: 20px;
}

.relate_item .item .pic {
    width: 240px;
    height: 160px;
}

.relate_item .item .pic img {
    width: 240px;
    height: 160px;
}

.relate_item .item .con {
    margin-top: 20px;
    width: 240px;
}

.relate_item .item .tit {
    width: 240px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
}

.relate_item .item .tit a {
    font-size: 16px;
    color: #333333;
    font-weight: bold
}

.relate_item .item .tit a:hover {
    color: #245aa7;
}

.relate_item .item .txt {
    width: 240px;
    height: 72px;
    line-height: 24px;
    font-size: 13px;
    color: #919191;
    margin-top: 5px;
    overflow: hidden
}

.relate_item .item .day {
    width: 240px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #969696;
    font-family: arial;
    margin-top: 25px;
    overflow: hidden;
    background: url(../imgs/r.png) no-repeat right center
}


.pro_nav {
    float: left;
    width: 220px;
    background-color: #ffffff;
}

.pro_nav .item {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.pro_nav .item:last-child {
    border: 0;
}

.pro_nav .item h4 {
    position: relative;
    line-height: 72px;
    height: 72px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pro_nav .item h4 a {
    color: #333333;
    display: block;
    padding-left: 25px;
    height: 72px;
    position: relative;
    z-index: 2;
}

.pro_nav .item h4 b {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #9f9f9f;
    border-top: 2px solid #9f9f9f;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pro_nav .item .info {
    display: none;
    padding: 15px 0 15px 30px
}

.pro_nav .item .info .pnavs li {
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

.pro_nav .item .info .pnavs li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c2c2c2;
    left: 0;
    top: 50%;
    margin-top: -4px
}

.pro_nav .item .info .pnavs li.current a {
    color: #245aa7
}

.pro_nav .item .info .pnavs li.current:after {
    background-color: #245aa7
}

.pro_nav .item .info .pnavs li a {
    color: #868686;
}

.pro_nav .item.current h4 {
    background-color: #245aa7;
    color: #ffffff;
}

.pro_nav .item.current h4 a {
    color: #ffffff;
}

.pro_nav .item.current h4 b {
    border-color: #ffffff;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

.pro_nav .item.current .info {
    display: block;
}


.pro_main {
    float: right;
    width: 880px;
    padding: 45px;
    background-color: #ffffff;
    overflow: hidden
}

.product-left {
    float: left;
    width: 440px;
    position: relative;
    z-index: 99;
    border: 1px solid #dfdfdf;
}

.product_pic {
    float: left;
    width: 440px;
    padding: 0;
    background-color: #ffffff
}

.fangda {
    width: 440px;
    position: relative;
    z-index: 99;
}

.fangda .fd_min_img {
    width: 440px;
    overflow: hidden;
}

.fangda .fd_min_img img {
    width: 440px;
}

.fangda .fd_mouse_m {
    display: none;
    z-index: 99;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: #245aa7;
    cursor: pointer;
}

.fd_max_img {
    display: none;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    left: 660px;
    top: 0;
    z-index: 99;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.fd_max_img .img {
    width: auto;
    height: auto;
    position: relative;
    z-index: 10;
}


.product-info {
    width: 380px;
    float: right;
}

.product-info .title {
    color: #333333;
    font-size: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

.product-info .content {
    width: 380px;
    font-size: 14px;
    color: #868686;
    line-height: 1.9;
    margin-top: 25px
}

.product-info .content img {
    max-width: 100% !important;
    height: auto !important;
}

.product-info .back {
    margin-top: 30px;
    width: 110px;
    line-height: 50px;
    padding-left: 60px;
    color: #fff;
    display: block;
    background: url(../imgs/back2.png) no-repeat 100px center;
    background-color: #245aa7;
}

.product-process {
    margin-top: 60px;
}

.product-process h3 {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
}

.product-process h3 b {
    display: block;
    width: 120px;
    height: 37px;
    line-height: 1;
    color: #333333;
    font-size: 16px;
    border-bottom: 3px solid #245aa7;
}

.product-process .content {
    padding: 30px 0;
    overflow: hidden
}

.product-process .content img {
    max-width: 880px !important;
    height: auto !important;
}

.pro_main .ctitle {
    margin-bottom: 10px;
    display: inline-block;
    background-color: #245aa7;
    padding: 0 35px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.pro_main .dtitle {
    margin-bottom: 40px;
    font-size: 22px;
    color: #333333;
    font-weight: normal;
}

.pro_main .etitle {
    margin-top: 25px;
    color: #333333;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    font-weight: normal
}

.pro_main .etitle:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #245aa7
}

.product-list {
    margin-left: -17px;
    margin-bottom: 30px
}

.product-list li {
    float: left;
    width: 282px;
    height: 260px;
    margin-top: 17px;
    margin-left: 17px;
}

.product-list li .pic {
    width: 280px;
    height: 210px;
    border: 1px solid #dfdfdf;
}

.product-list li .pic img {
    width: 280px;
    height: 210px;
}

.product-list li .tit {
    width: 280px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    color: #868686;
    font-size: 16px;
    overflow: hidden;
    text-align: center
}

.product-list.plauto li {
    height: 188px
}

.product-list.plauto li .pic {
    height: 188px
}

.product-list.plauto li .pic img {
    height: 188px
}

.product-list.plauto2 li {
    margin-bottom: 30px;
    height: auto;
}

.product-list.plauto2 li .etitle {
    margin-top: 0;
}

.product-list.plauto2 li .pic {
    height: 220px;
    margin-top: 20px
}

.product-list.plauto2 li .pic img {
    height: 220px
}

.product-list.plauto3 li {
    width: 425px;
    height: auto;
}

.product-list.plauto3 li .etitle {
    margin-top: 0;
}

.product-list.plauto3 li .pic {
    width: 425px;
    height: 232px;
    margin-top: 20px
}

.product-list.plauto3 li .pic img {
    width: 425px;
    height: 232px
}

.product-list.plauto4 li {
    width: 205px;
    height: auto;
}

.product-list.plauto4 li .etitle {
    margin-top: 0;
}

.product-list.plauto4 li .pic {
    width: 205px;
    height: 188px;
}

.product-list.plauto4 li .pic img {
    width: 205px;
    height: 188px
}

.product-list.plauto5 {
    margin-left: -8px;
}

.product-list.plauto5 li {
    width: 140px;
    height: auto;
    margin-left: 8px;
    margin-top: 8px;
}

.product-list.plauto5 li .etitle {
    margin-top: 0;
}

.product-list.plauto5 li .pic {
    width: 140px;
    height: 110px;
}

.product-list.plauto5 li .pic img {
    width: 140px;
    height: 110px
}


.pro_cate_text {
    overflow: hidden
}

.pro_cate_text h3 {
    margin-top: 25px;
    color: #333333;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    font-weight: normal
}

.pro_cate_text h3:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #245aa7
}

.pro_cate_text .content {
    margin-top: 10px;
    color: #868686;
    line-height: 1.9
}

.pro_cate_text .content img {
    max-width: 880px !important;
    height: auto !important;
}

.cate_pic_list {
    margin-left: -13px;
}

.cate_pic_list li {
    margin-left: 13px;
    margin-top: 25px;
    width: 210px;
    height: 240px;
    float: left;
}

.cate_pic_list .pic {
    width: 210px;
    height: 180px;
}

.cate_pic_list .pic img {
    width: 210px;
    height: 180px;
}

.cate_pic_list .tit {
    margin-top: 15px;
    color: #333333;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
    height: 30px;
    line-height: 30px
}

.cate_pic_list .tit:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #245aa7
}

.cate_pic_list_2 {
    background: #f4f6f9;
    padding: 10px 35px 40px;
    border-radius: 10px;
    margin-top: 30px;
}

.cate_pic_list_2 ul {
    margin-left: -18px;
}

.cate_pic_list_2 li {
    margin-left: 18px;
    margin-top: 18px;
    float: left;
    width: 192px;
    height: 126px;
}

.cate_pic_list_2 li img {
    width: 192px;
    height: 126px;
}

.cate_pic_list_2 li.bimg {
    width: 390px;
    height: auto;
    float: right;
    margin-left: 0;
}

.cate_pic_list_2 li.bimg img {
    width: 390px;
    height: auto;
}

.cate_pic_list_2 li.mimg {
    width: 260px;
    height: auto;
    float: right;
    margin-left: 0;
}

.cate_pic_list_2 li.mimg img {
    width: 260px;
    height: 305px;
}

.cate_pic_list_2 li.simg {
    width: 168px;
    height: 118px;
}

.cate_pic_list_2 li.simg img {
    width: 168px;
    height: 118px;
}

.cate_pic_list_2 li.s2img {
    width: 188px;
    height: auto;
}

.cate_pic_list_2 li.s2img img {
    width: 188px;
    height: auto;
}




/*********      page      ***************/
#page {
    width: 100%;
    overflow: hidden;
}

#page {
    text-align: center
}

#page select {
    display: none;
}

#page span,
#page a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 14px;
    margin: 0 5px;
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    line-height: 34px;
    color: #666666;
    border: 1px solid #e4e4e4;
}

#page span {
    color: #ffffff;
    font-size: 14px;
    background: #245aa7;
    border-color: #245aa7
}

#page span font {
    color: #ffffff;
}

#page span.nolink {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    font-size: 14px;
    margin: 0 5px;
    background: #ffffff;
    line-height: 34px;
    color: #666666;
    border: 1px solid #e4e4e4;
}

#page a:hover {
    color: #245aa7;
    border-color: #245aa7;
}


/** prev next button ***/
.pn {
    padding-top: 15px;
    margin: auto;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    color: #666666
}

.pn .pn_l {
    padding: 5px 0;
    font-size: 14px;
}

.pn .pn_r {
    padding: 5px 0;
    font-size: 14px;
}

.pn a {
    color: #666666
}

.pn a:hover {
    color: #245aa7
}




.search_list {
    width: 1200px;
}

.search_list h2 {
    height: 48px;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.search_list li {
    padding: 20px 0;
    height: 130px;
    border-bottom: 1px solid #dddddd
}

.search_list li .tit {
    width: 1200px;
    height: 30px;
    line-height: 30px;
}

.search_list li .tit a {
    color: #0000cc;
    font-size: 16px;
    text-decoration: underline
}

.search_list li .tit a .hightlight {
    color: #cc0087
}

.search_list li .con {
    height: 90px;
    margin-top: 10px;
}

.search_list li .con .pic {
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 20px;
    overflow: hidden
}

.search_list li .con .pic a {
    display: table-cell;
    width: 120px;
    height: 90px;
    text-align: center;
    vertical-align: middle
}

.search_list li .con .pic img {
    max-width: 120px;
    max-height: 90px;
}

.search_list li .con .txt {
    height: 88px;
    line-height: 22px;
    color: #333;
    overflow: hidden
}

.search_list li .con .txt .hightlight {
    color: #cc0087
}


.search_listright {
    width: 380px;
    float: right
}

.search_listright h3 {
    height: 48px;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7
}

.search_listright .box {
    width: 380px;
    overflow: hidden;
}

.search_listright li {
    width: 380px;
    height: 114px;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7
}

.search_listright li .pic {
    float: left;
    width: 152px;
    height: 114px;
    border: 1px solid #e7e7e7;
}

.search_listright li .pic img {
    width: 152px;
    height: 114px;
}

.search_listright li .con {
    float: right;
    width: 205px;
    height: 114px;
}

.search_listright li .con .tit {
    width: 200px;
    height: 44px;
    line-height: 22px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search_listright li .con .tit a {
    color: #333
}

.search_listright li .con .date {
    margin-top: 10px;
    width: 200px;
    height: 15px;
    line-height: 15px;
    color: #999;
    font-size: 12px;
    overflow: hidden;
}

.search_listright li .con .rm {
    display: block;
    margin-top: 20px;
    width: 84px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    color: #999999;
    text-align: center;
    border: 1px solid #e7e7e7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search_listright li .con .rm i {
    display: block;
    width: 20px;
    height: 10px;
    margin: auto;
    background: url(../imgs/rm2.png) no-repeat center bottom
}

.search_listright li .con .rm:hover {
    background-color: #f3990f;
    border-color: #f3990f;
    color: #ffffff
}


.investor_main {
    float: right;
    width: 870px;
    padding: 50px;
    background-color: #ffffff;
    overflow: hidden
}

.investor_main .invtitle {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 35px
}

.investor_main .content {
    font-size: 14px;
    color: #868686;
    line-height: 1.9
}

/*默认table*/
.investor_main .content table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.investor_main .content table th {
    font-weight: 400
}

/*带水平线*/
.investor_main .content table th {
    font-weight: bold
}

.investor_main .content table th,
.investor_main .content table td {
    padding: 8px 10px;
    line-height: 20px
}

.investor_main .content table tbody+tbody {
    border-top: 2px solid #ddd
}

.investor_main .content table {
    background-color: #fff
}

/*带横向分割线*/
.investor_main .content table {
    border-top: 1px solid #ddd
}

.investor_main .content table th,
.investor_main .content table td {
    border-bottom: 1px solid #ddd
}

/*th带背景*/
.investor_main .content table thead th {
    background-color: #F5FAFE
}

/*带外边框*/
.investor_main .content table {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0
}

.investor_main .content table th,
.investor_main .content table td {
    border-left: 1px solid #ddd
}

.investor_main .content table {
    border-bottom: 0
}


/*licheng*/

.picScroll-left3 {
    width: 870px;
    height: 50px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.picScroll-left3 .hd {
    position: relative;
    width: 870px;
    height: 0;
}

.picScroll-left3 .hd .prev {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 40px;
    top: 10px;
    cursor: pointer;
    background: url(../imgs/arrows2.png) no-repeat 0 0;
}

.picScroll-left3 .hd .next {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    background: url(../imgs/arrows2.png) no-repeat -30px 0;
}

.picScroll-left3 .hd .prev:hover {
    background-position: 0 -30px;
}

.picScroll-left3 .hd .next:hover {
    background-position: -30px -30px;
}

.picScroll-left3 .hd ul {
    display: none
}

.picScroll-left3 .bd ul {
    width: 720px
}

.picScroll-left3 .bd ul li {
    display: block;
    float: left;
    width: 90px;
    height: 50px;
}

.picScroll-left3 .bd ul li a {
    font-size: 14px;
    line-height: 54px;
    color: #868686;
    cursor: pointer;
}

.picScroll-left3 .bd ul li a.on {
    font-size: 20px;
    line-height: 50px;
    color: #245aa7;
    cursor: auto;
    font-weight: bold
}


.invlist {
    margin-top: 20px
}

.invlist li {
    width: 850px;
    padding: 7px 0 7px 20px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.invlist li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #245aa7
}

.invlist li a {
    display: inline-block;
    max-width: 710px;
    font-size: 14px;
    color: #868686;
    overflow: hidden
}

.invlist li a:hover {
    color: #245aa7;
}

.invlist li .time {
    float: right;
    font-size: 14px;
    color: #868686;
}